html {
    height: 100%;
}

body.rtl_page {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: IRANSans_FaNum;
    font-size: 14px;
    direction: rtl;
}

body.rtl_page {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    direction: ltr;
}

#msform a.btn {
    color: #fff !important;
    font-weight: normal !important;
}

#msform #progressbar li.active {
    color: #57dfe1 !important;
}

#progressbar li {
    color: #e0e9f4 !important;
}

    #msform #progressbar li.active::before, #progressbar li.active::after {
        background: #57dfe1 !important;
    }

body.rtl_page .msgErrorUl {
    margin: 0px 0 15px 0;
    padding: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
    color: orangered;
}
.msgErrorUl {
    margin: 0px 0 15px 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
    color: orangered;
}

    .msgErrorUl li:first-child {
        font-weight: 400;
        text-indent: 0;
        margin-bottom: 8px;
    }

body.rtl_page .msgErrorUl li:not(:first-child) {
    float: right;
    border: dashed 1px orange;
    margin: 0 0 3px 5px;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.msgErrorUl li:not(:first-child) {
    float: left;
    border: dashed 1px orange;
    margin: 0 5px 3px 0;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
}

#canvas {
    width: 100%;
    height: 44px;
    border: dashed 1px #ccc;
    cursor: pointer;
}

#txt_captcha {
    letter-spacing: 13px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

#lblMsg, .lblMsg {
    color: orangered;
    display: inline-block;
    line-height: 20px;
}

#txt_mobile {
    letter-spacing: 1px;
}

#txt_verifyCode {
    letter-spacing: 13px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}


/*===========================countdown_start=================================*/

.base-timer {
    position: relative;
    width: 38px;
    height: 38px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 10px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}



.verifyCodeInfo {
    color: #444;
    margin: 0 0 10px 0;
    border-bottom: dashed 1px #ccc;
    line-height: 36px;
}

    .verifyCodeInfo P {
        background-color: #def4ff;
        padding: 5px 15px 5px 10px;
        border-radius: 4px;
        margin-bottom: 13px;
        text-align: right;
    }

        .verifyCodeInfo p span {
            color: #14c871;
            font-size: 16px;
        }

        .verifyCodeInfo p b {
            font-size: 15px;
            direction: ltr;
            display: inline-block;
            color: #14c871;
            font-weight: normal;
        }

#sms_vc_timer {
    float: left;
    position: relative;
}

#sms_vc_timer_bc {
    left: 5%;
    position: absolute;
    margin-left: 0;
    font-size: 13px;
    color: orange;
    border: solid 1px orange;
    border-radius: 3px;
    line-height: 21px;
    padding: 2px 8px 0px 8px;
    margin-top: 5px;
}

#reSend_verifyCode {
    float: left;
    font-size: 12px;
    cursor: pointer;
    color: #aa730d;
    transition: all 0.2s ease 0s;
}

    #reSend_verifyCode i {
        font-size: 27px;
        position: relative;
        top: 10px;
        line-height: 16px;
        color: orange;
        float: left;
        margin-right: 4px;
    }

    #reSend_verifyCode:hover {
        color: #ef9c00;
        transition: all 0.2s ease 0s;
    }

        #reSend_verifyCode:hover i {
            color: #ef9c00;
            transition: all 0.2s ease 0s;
        }



/*===========================countdown_end=================================*/


/* Form styles */
#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

    #msform fieldset {
        background: #fff;
        border: 0 none;
        border-radius: 5px;
        box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
        padding: 20px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto;
        left: 0%;
        right: 0%;
        position: relative;
    }

        /* Hide all except first fieldset */
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

img.logo {
    max-width: 120px;
    margin-bottom: 20px;
}

#msform p {
    color: #8b9ab0;
    font-size: 12px;
}

/* Inputs */


/* Buttons */
#msform .action-button {
    width: 49%;
    text-transform: uppercase;
    background: #e74c3c;
    font-weight: bold;
    color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 5px;
    margin: 10px 0;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#msform .previous.action-button {
    background: #fff;
    border: 1px solid #7bbdf3;
    color: #7bbdf3;
}

/* Headings */
.fs-title {
    font-size: 26px;
    font-weight: 200;
    color: #434a54;
    margin-bottom: 20px;
}

.fs-subtitle {
    font-weight: 400;
    color: #434a54;
    margin-bottom: 20px;
    line-height: 1.4
}

#msform #progressbar li {
    font-size: 13px;
    text-transform: capitalize;
}
/* Progressbar */
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #8b9ab0;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        position: relative;
    }

.rtl_page #progressbar li {
    float: right;
}

    .rtl_page #progressbar li::after {
        right: -50%;
        left: auto;
    }

#progressbar li {
    float: left;
}

    #progressbar li::after {
        left: -50%;
        right: auto;
    }

    #progressbar li.active {
        color: #e74c3c;
    }

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 20px;
        line-height: 20px;
        display: block;
        font-size: 10px;
        color: #333;
        background: white;
        border-radius: 3em;
        margin: 0 auto 5px auto;
    }

    /* Progressbar connectors */
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: white;
        position: absolute;
        right: -50%;
        top: 9px;
        z-index: -1;
    }

    #progressbar li:first-child:after {
        /* connector not needed before the first step */
        content: none;
    }

    /* Marking active/completed steps green */
    /*The number of the step and the connector before it = green*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #e74c3c;
        color: white;
    }
